Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Redundant bound check for span.Length == 0 pattern #101323

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Apr 20, 2024

Closes #67270

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 20, 2024
@EgorBo EgorBo marked this pull request as ready for review April 20, 2024 15:22
@EgorBo
Copy link
Member Author

EgorBo commented Apr 20, 2024

PTAL @jakobbotsch @AndyAyersMS cc @dotnet/jit-contrib
Diffs aren't too big.

@EgorBo EgorBo merged commit f021ccf into dotnet:main Apr 22, 2024
108 of 110 checks passed
@EgorBo EgorBo deleted the bound-checks-5 branch April 22, 2024 13:35
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redundant bound check for span.Length == 0 pattern
2 participants